'Declaration
<GuidAttribute("359B56D0-F995-35A3-A55D-82B8C40988CB")> Public Delegate Sub GdViewer.ViewerKeyUpEventHandler( _ ByVal KeyValue As Integer, _ ByVal Control As Boolean, _ ByVal Shift As Boolean, _ ByVal Alt As Boolean _ )
[Guid("359B56D0-F995-35A3-A55D-82B8C40988CB")] public delegate void GdViewer.ViewerKeyUpEventHandler( int KeyValue, bool Control, bool Shift, bool Alt )
public delegate GdViewer.ViewerKeyUpEventHandler( KeyValue: Integer; Control: Boolean; Shift: Boolean; Alt: Boolean );
GuidAttribute("359B56D0-F995-35A3-A55D-82B8C40988CB") public delegate GdViewer.ViewerKeyUpEventHandler( KeyValue : int, Control : boolean, Shift : boolean, Alt : boolean )
Parameters
- KeyValue
- Control
- Shift
- Alt